home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Business, Office & Collaboration / VirtualBox 2.0.6 / VirtualBox-2.0.6-39760-Win_x86.msi / vboxusbinf < prev    next >
Windows Setup INFormation  |  2008-11-21  |  1KB  |  63 lines

  1. ;
  2. ; VBox host drivers - USB drivers - Win32 USB device
  3. ;
  4. ; Copyright (C) 2006-2007 Sun Microsystems, Inc.
  5. ;
  6. ; Sun Microsystems, Inc. confidential
  7. ; All rights reserved
  8. ;
  9.  
  10. [Version]
  11. Signature="$Windows NT$"
  12. Class=USB
  13. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  14. provider=%sun%
  15. DriverVer = 11/21/2008,2.0.6
  16. CatalogFile=VBoxUSB.cat
  17.  
  18. [SourceDisksNames]
  19. 1=%Disk_Description%,,,
  20.  
  21. [SourceDisksFiles]
  22. VBoxUSB.sys = 1
  23.  
  24. [Manufacturer]
  25. %MfgName%=sun
  26.  
  27. [sun]
  28. %USB\VID_80EE&PID_CAFE.DeviceDesc%=VBoxUSB.Dev, USB\VID_80EE&PID_CAFE
  29.  
  30. [DestinationDirs]
  31. VBoxUSB.Files.Ext = 10,System32\Drivers
  32.  
  33. [VBoxUSB.Dev.NT]
  34. CopyFiles=VBoxUSB.Files.Ext
  35.  
  36. [VBoxUSB.Dev.NT.Services]
  37. Addservice = VBoxUSB, 0x00000002, VBoxUSB.AddService
  38.  
  39. [VBoxUSB.AddService]
  40. DisplayName    = %VBoxUSB.SvcDesc%
  41. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  42. StartType      = 3                  ; SERVICE_DEMAND_START
  43. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  44. ServiceBinary  = %10%\System32\Drivers\VBoxUSB.sys
  45. AddReg         = VBoxUSB.AddReg
  46. LoadOrderGroup = Base
  47.  
  48. [VBoxUSB.AddReg]
  49. HKR,,DevLoader,,*ntkern
  50. HKR,,NTMPDriver,,VBoxUSB.sys
  51.  
  52. [VBoxUSB.Files.Ext]
  53. VBoxUSB.sys
  54.  
  55. ;---------------------------------------------------------------;
  56.  
  57. [Strings]
  58. sun="Sun Microsystems, Inc."
  59. MfgName="Sun Microsystems, Inc."
  60. Disk_Description="VBoxUSB Installation Disk"
  61. USB\VID_80EE&PID_CAFE.DeviceDesc="VirtualBox USB"
  62. VBoxUSB.SvcDesc="VirtualBox USB"
  63.